home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / initsnb.zoo / init / getty / makefile < prev   
Encoding:
Makefile  |  1992-10-26  |  468 b   |  15 lines

  1. # You can set the path of login(1) here, or you can leave it undefined
  2. # and gert the default of /usr/bin/login (which makes it being given
  3. # here pointless :-)
  4. CFLAGS =
  5. CPPFLAGS = -DMINT -DDEBUG -DLOGIN=\"/bin/login$(TTPEXT)\"
  6. LDLIBS = -ltermcap -liio
  7. # Bit naughty, this one, but it lets me use my default $CFLAGS.
  8. TARGET_ARCH =
  9.  
  10. # Note that the target here is /etc/getty, NOT getty.
  11. getty : getty.o
  12.     $(CC) -o $@ getty.o $(LDLIBS)
  13. #    @toglclr getty
  14. #    @chmod +x getty
  15.